func encoding/asn1.checkInteger

4 uses

	encoding/asn1 (current package)
		asn1.go#L78: func checkInteger(bytes []byte) error {
		asn1.go#L94: 	err = checkInteger(bytes)
		asn1.go#L117: 	if err := checkInteger(bytes); err != nil {
		asn1.go#L135: 	if err := checkInteger(bytes); err != nil {